-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8: [ART] POA request representative #20009
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3150e8c
to
4adfce0
Compare
0af5f56
to
a718cb2
Compare
a718cb2
to
1d8e120
Compare
07933fd
to
2edde0a
Compare
1d8e120
to
6122fbb
Compare
ojbucao
previously approved these changes
Jan 9, 2025
19f950d
to
b9b8617
Compare
Base automatically changed from
art/poa-requests/part-5/representatives.2.retry-1-rebase1
to
master
January 10, 2025 16:12
The base branch was changed.
b9b8617
to
446cfba
Compare
ojbucao
approved these changes
Jan 10, 2025
7bcda9e
to
1925df4
Compare
1925df4
to
3e4e6a7
Compare
LindseySaari
approved these changes
Jan 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Power of Attorney Representative Support to Accredited Representative Portal
Description:
This PR introduces enhancements to the Accredited Representative Portal to support Power of Attorney (POA) request representatives (accredited individuals and organizations). The key changes include:
Key Changes:
1. Model Changes:
• Added new references and associations for power_of_attorney_requests to support representatives (accredited_individuals and accredited_organizations).
• Updated the PowerOfAttorneyRequest model with new relationships (belongs_to and has_one) and validations for claimant data.
• Added a mechanism to handle the claimant type (dependent or veteran) during record creation.
2. Controllers
• Minor modification to how querying is handled in the POA requests controller.
3. Serializers
• Added new serializers to handle changes in data presentation.
4. Specs
• Updated specs and factories to properly test the models and serializer changes